PDF4Java Reference Documentation
com.o2sol.pdf4java.destinations Package / PDFPageNumberDestination Class / setPageNumber Method
The number identifying the PDF page in the document.
In This Topic
    setPageNumber Method
    In This Topic
    Sets the page number.
    First page in the document is 0.
    Syntax
    public void setPageNumber( 
       int pageNumber
    )

    Parameters

    pageNumber
    The number identifying the PDF page in the document.
    Exceptions
    ExceptionDescription
    Thrown when pageNumber is less than 0.
    See Also